From: Drew Parsons Date: Thu, 25 Jun 2026 16:23:30 +0000 (+0200) Subject: list viskores.pc in debian/not-installed X-Git-Tag: archive/raspbian/9.6.2+dfsg1-4+rpi1^2~30 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7a4ee7deadafde4734db37797008a6d1775e0001;p=vtk9.git list viskores.pc in debian/not-installed to work around Bug#972222 in debhelper. viskores.pc is not built on 32-bit systems and so is installed conditionally to libvtk9-dev in debian/rules. This non-installed entry is needed for arch-independent builds because of Bug#972222 --- diff --git a/debian/changelog b/debian/changelog index 70acfc8c9..72bea116e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +vtk9 (9.6.2+dfsg1-1exp3) UNRELEASED; urgency=medium + + * list viskores.pc in debian/not-installed to work around Bug#972222 + in debhelper. viskores.pc is not built on 32-bit systems + and so is installed conditionally to libvtk9-dev in debian/rules. + This non-installed entry is needed for arch-independent builds. + + -- Drew Parsons Thu, 25 Jun 2026 16:03:00 +0200 + vtk9 (9.6.2+dfsg1-1exp2) experimental; urgency=medium * Team upload. diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 000000000..09ba84969 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,5 @@ +# viskores.pc is not built on 32-bit systems +# and so is installed conditionally to libvtk9-dev in debian/rules. +# This non-installed entry is needed for arch-independent builds +# to workaround debhelper Bug#972222. +usr/lib/*/pkgconfig/viskores.pc